Problem:
a(x1) -> x1
a(b(x1)) -> b(b(c(a(c(x1)))))
c(c(x1)) -> b(a(x1))
Proof:
Bounds Processor:
bound: 2
enrichment: match
automaton:
final states: {3,2}
transitions:
b1(7) -> 8*
b1(8) -> 9*
c1(4) -> 5*
c1(6) -> 7*
a1(5) -> 6*
b2(17) -> 18*
a0(1) -> 2*
a2(16) -> 17*
b0(1) -> 1*
c0(1) -> 3*
1 -> 4,2
4 -> 16*
5 -> 6*
9 -> 17,2
16 -> 17*
18 -> 7*
problem:
Qed